Used for interpolation and extrapolation methods The values before and after the interpolation (or extrapolation) time are stored in the TimelineContext and then the interpolate and extrapolate functions use the context to return a timeline value

Namespace:  Janus
Assembly:  Janus (in Janus.dll)

Syntax

C#
public class TimelineContext<T>

Type Parameters

T

Inheritance Hierarchy

System..::..Object
  Janus..::..TimelineContext<(Of <(<'T>)>)>

See Also